home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / NOSFILES.ZIP / NOSENV.BAT < prev    next >
DOS Batch File  |  1991-09-18  |  1KB  |  43 lines

  1. REM ==========                                      NOSview [137]
  2. REM NOSENV.BAT
  3. REM ==========
  4.  
  5. REM  This script is called from AUTOEXEC.BAT and defines the
  6. REM  NOS environment.
  7.  
  8. REM  Make sure you have sufficent DOS environment space
  9. REM      (e.g. use "/e:1024" in CONFIG.SYS).
  10. REM
  11. REM  See NOSview\NOS for a detailed description of the NOS
  12. REM  environment variables.
  13.  
  14. REM  All NOS files are relative to the NOS root directory, N:
  15.  
  16. SUBST N: c:\nos
  17. PATH=%PATH;n:\
  18.  
  19. SET HOME=N:
  20. SET SPOOL=N:\spool
  21.  
  22. SET EDITOR=c:\dos\edlin.exe
  23. SET MAILBOX=ns9bob
  24. SET MAILDIR=%SPOOL\mail
  25. SET MAILER=N:\elm.exe
  26. SET PUBDIR=N:\public
  27. SET SPOOLDIR=%SPOOL\mqueue
  28. SET TMP=N:\dump
  29. SET TMPDIR=%PUBDIR\tmp
  30. SET TZ=GMT
  31.  
  32. SET USER=ns9bob
  33. SET HAMDOMAIN=ampr.org
  34. SET HAMNODENAME=ns9bob.ampr.org
  35. SET NAME=Robert R Roberts Sr
  36. SET NODENAME=ns9bob.ampr.org
  37.  
  38. DEL %SPOOLDIR\*.lck
  39.  
  40. REM Install the Clarkson WD8003E Ethernet Adaptor Driver
  41. REM   (if fitted).
  42. REM c:\dev\wd8003e 0x60 2 0x240 0xd000
  43.